sync output in dev

Andrew Cantino 12 ans auparavant
Parent
Commettre
e216a929ae
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      config/environments/development.rb

+ 3 - 1
config/environments/development.rb

@@ -1,3 +1,5 @@
1
+$stdout.sync = true
2
+
1 3
 Huginn::Application.configure do
2 4
   # Settings specified here will take precedence over those in config/application.rb
3 5
 
@@ -46,4 +48,4 @@ Huginn::Application.configure do
46 48
       user_name: ENV['SMTP_USER_NAME'],
47 49
       password: ENV['SMTP_PASSWORD']
48 50
   }
49
-end
51
+end